Open
Conversation
4a0fc77 to
cbb1590
Compare
cbb1590 to
31f9602
Compare
a4c4ce5 to
ca36666
Compare
ca36666 to
9e18476
Compare
Contributor
Code Coverage Report: Only Changed Files listed
Minimum allowed coverage is |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.5.2→3.8.0Release Notes
faker-ruby/faker (faker)
v3.8.0Compare Source
Enabling lazy load
This version introduces lazy loading. It means users will only pay for what they use. Faker loads 2x faster when it's enabled.
Lazy loading the generators is disabled by default. To enable it, choose one of the configuration options below:
1 - Set lazy load as a Faker Config
Faker::Config.lazy_loading = true2 - Set lazy load as an environment variable
FAKER_LAZY_LOAD = 1We hope you get to see the improvement by enabling it. Please file a bug report for any issues!
Thanks to @jeremyevans for the mentoring, and to @thdaraujo for pairing and code reviews.
Full Changelog: faker-ruby/faker@v3.7.1...v3.8.0
v3.7.1Compare Source
Enabling lazy load
This version introduces lazy loading. It means users will only pay for what they use. Faker loads 2x faster when it's enabled.
Lazy loading the generators is disabled by default. To enable it, choose one of the configuration options below:
1 - Set lazy load as a Faker Config
Faker::Config.lazy_loading = true2 - Set lazy load as an environment variable
FAKER_LAZY_LOAD = 1We hope you get to see the improvement by enabling it. Please file a bug report for any issues!
Thanks to @jeremyevans for the mentoring, and to @thdaraujo for pairing and code reviews.
Full Changelog: faker-ruby/faker@v3.7.1...v3.8.0
v3.6.1Compare Source
It's almost Spring time in the Northern hemisphere 🌸
Security, performance improvements and bug fixes
ja/address.ymlwith a 7-digit format by @thdaraujo in #3201Update development dependencies
New Contributors
Full Changelog: faker-ruby/faker@v3.6.0...v3.6.1
v3.6.0Compare Source
First release of the new year!
This version comes with some performance improvements (speeds faker load time by 17%!) and removal of deprecated generators.
It also drops support to Ruby's EOL
3.0. The minimum supported Ruby version is3.1.Drops support for Ruby 3.0
Removes deprecated generators
Faker::TwitterandFaker::BossaNovahave been removed. Please use the new generatorsFaker::XandFaker::Music::BossaNovaand check the new docs for more details in #3190Improvements and bug fixes
Update development dependencies
New Contributors
Full Changelog: faker-ruby/faker@v3.5.3...v3.6.0
v3.5.3Compare Source
Wishing you a cozy and calm Holiday season ☃️
This version adds and improves some locales, fixes some bugs, and deprecates some generators.
Thanks to all contributors!
Deprecated generators
Faker::BossaNovaunderFaker::Music::BossaNovaby @thdaraujo in #3140Faker::Twitterin favor ofFaker::Xand update attributes by @stefannibrasil in #3138Improvements & Bug Fixes
amateur radiofromlocales/en/hobby.ymlby @Leenday in #3099overwatch.yml,rajnikanth.ymlandstreet_fighter.ymby @smorttey in #3106Artisttranslations for the japanese locale by @neco-nico in #3110country_codeto Estonia locale (locales/ee.yml) by @HassanAkbar in #3111locales/ar.yml) by @ramzieus in #3130elder_scrolls.yml) by @SleekMutt in #3129Chores
Faker::IdNumberby @thdaraujo in #3126Update local dependencies
v5.26.1and fix issues by @stefannibrasil in #3144v1.81.7by @thdaraujo in #3143New Contributors
Full Changelog: faker-ruby/faker@v3.5.2...v3.5.3
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.